inspector: Next step in the recorder view
authorBenjamin Otte <otte@redhat.com>
Mon, 31 Oct 2016 15:38:19 +0000 (16:38 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 1 Nov 2016 17:34:40 +0000 (18:34 +0100)
commit4265c0e5b0ddc5bcfdc7549239b5b28a0511af74
tree62599e3decda9f4a14edb8826d64a15caed7de29
parente6f711a94ac48dcc747b0a9c38d152b4a7963b0d
inspector: Next step in the recorder view

We now record all render operations and display them.

Warning: This is very brute force, you can't clear the recordings or
turn recording off. And this thing easily records 25MB per recorded
frame, so be careful to not run out of memory and get your browser
killed. ;)
gtk/inspector/Makefile.inc
gtk/inspector/init.c
gtk/inspector/recorder.c
gtk/inspector/recorder.ui
gtk/inspector/rendernodeview.c [new file with mode: 0644]
gtk/inspector/rendernodeview.h [new file with mode: 0644]
gtk/inspector/renderrecording.c
gtk/inspector/renderrecording.h